home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / acctg / fmiipay2 / print-pr.bat < prev    next >
Encoding:
DOS Batch File  |  1988-12-31  |  445 b   |  18 lines

  1. ECHO OFF
  2. cls
  3. echo PRINT DOCUMENTATION PROCEDURE for Finance Manager PAYROLL Module
  4. ECHO .
  5. ECHO Manual is about to be printed (75 pages).  Load printer with paper and be
  6. ECHO sure paper is aligned at top-of-page.
  7. pause
  8. ECHO .
  9. IF EXIST == FMPR.DOC GOTO PRINTDOC
  10. pkunpak -p FMPR-DOC
  11. GOTO END
  12. :PRINTDOC
  13. IF EXIST == FMPR.DOC ECHO Printing PAYROLL Manual...Please wait.
  14. COPY FMPR.DOC PRN:
  15. :END
  16. echo Manual printing completed.
  17. ECHO .
  18.